forum

home / developersection / forums / i want to pass value from another datatable

I want to pass value from another datatable

Anonymous User 1941 22-Jan-2014

I am having one datatable to that table i want to pass value from another datatable.

for example:-

datatable1 in this i want to pass value from datatable2.row[0]["colname"]

I tried like :-

tblvdr.Rows[0]["item_Vendorname"] = dttemp.Rows[0]["item_Vendorname"];

error message:-

its showing error for No row at o position


c# c# 
Updated on 23-Jan-2014

I am a content writter !


Message
Can you answer this question?

Answer

1 Answers

Liked By